home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / IBM5853.MDM < prev    next >
Text File  |  1993-02-18  |  3KB  |  102 lines

  1. ; IBM 5853 2400 bps Modem
  2. ; ATI0=123/ATI1=6F
  3.  
  4. ;=============================================================
  5. ; Last revision date: 02/18/93 (update this date
  6. ; each time you edit; it is also advisable to rename
  7. ; your edited file [use Save As, rather than Save 
  8. ; option] to avoid later confusion and to keep the 
  9. ; original .MDM file intact).
  10.  
  11. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  12. ; Command File) for a description of modem command 
  13. ; files and how they work. "A Sample Modem Command 
  14. ; File" is user selectable within the Lotus Notes 
  15. ; Setup dialog "Modem Type" listbox in which you found 
  16. ; this modem command file (see end of listings, 
  17. ; beginning with a period) and is a printable ASCII 
  18. ; text file (approximately 15 pages). 
  19.  
  20. ; Additional information may be obtained from either of 
  21. ; the two so-called "generic" modem command files 
  22. ; (alphabetically listed under letter G, designed for 
  23. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  24. ; 14400 bps maximum, respectively), each of which may 
  25. ; first be tried as-is with unlisted modems, then edited 
  26. ; if required (within the Notes edit box, or outside of 
  27. ; Notes, with any text editor) according to the printed 
  28. ; instructions within each file, and in compliance with 
  29. ; the vendor's command set, result codes, DIP switch 
  30. ; settings, and technical specifications as listed in 
  31. ; the equipment's users manual.
  32.  
  33. ; For the specific modem(s) listed under this heading:
  34. ;===============================================================
  35.  
  36. ; NOTE: Commands listed below are are AT commands only.  
  37. ; For IBM extended commands and settings, refer to the 
  38. ; user's Guide to Operations.
  39.   
  40. ; Front panel switch settings for connect with 
  41. ; Error Correction protocol: 
  42.  
  43. ; ECL button latched (in); all others unlatched (out).
  44. ; Front panel switch settings for connect with 
  45. ; no Error Correction protocol:
  46.  
  47. ; All buttons unlatched (out).
  48.  
  49. ; Eight rear switch settings: 1, 4, 6 up (on)
  50. ; all others down (off).
  51.  
  52. [attributes]
  53.  
  54. MODELS=IBM 5853 2400 bps Modem
  55. NULL MODEM=0
  56. MAXIMUM SPEED=2400
  57. DEFAULT SPEED=2400
  58.  
  59. [commands]
  60.  
  61. ESCAPE=+++
  62. ATTENTION=ATE0V1
  63. HANGUP=ATH0
  64. SETUP=ATZ
  65. SETUP=ATE0V1
  66. SETUP=ATQ0S0=0S7=60X1
  67. VOLUME OFF=ATM0
  68. VOLUME LOW=ATM1
  69. VOLUME MEDIUM=ATM1
  70. VOLUME HIGH=ATM1
  71. ANSWER=ATA
  72. MANUAL DIAL=ATX1S9=1D
  73. AUTO DIAL SETUP=ATS9=6
  74. AUTO PULSE DIAL=ATDP
  75. AUTO TONE DIAL=ATDT
  76. AUTO DIAL SUFFIX=,
  77.  
  78. [responses]
  79.  
  80. OK=OK
  81.  
  82. RING=RING
  83.  
  84. NO CARRIER=NO CARRIER
  85.  
  86. ERROR=ERROR
  87.  
  88. NO DIALTONE=NO DIALTONE
  89. NO DIALTONE=NO DIAL TONE
  90.  
  91. ;BUSY=BUSY--not an option via AT commands on this modem.
  92.  
  93. ;NO ANSWER=NO ANSWER--not an option via AT commands on this modem.
  94.  
  95. CONNECT, 2400,2400=CONNECT 2400/ECL
  96. CONNECT, 2400,2400=CONNECT 2400
  97.  
  98. CONNECT, 2400,1200=CONNECT 1200/ECL
  99. CONNECT, 2400,1200=CONNECT 1200
  100.  
  101.  
  102.